From 57899b0160385c53df4e43ef2fd12492e0dffb77 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 6 Dec 2023 20:21:26 -0500 Subject: Reimbursements --- src/app/groups/[groupId]/balances/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/groups/[groupId]/balances/page.tsx') diff --git a/src/app/groups/[groupId]/balances/page.tsx b/src/app/groups/[groupId]/balances/page.tsx index 33ba653..ab2c582 100644 --- a/src/app/groups/[groupId]/balances/page.tsx +++ b/src/app/groups/[groupId]/balances/page.tsx @@ -22,7 +22,6 @@ export default async function GroupPage({ const expenses = await getGroupExpenses(groupId) const balances = getBalances(expenses) const reimbursements = getSuggestedReimbursements(balances) - console.log(reimbursements) return ( <> @@ -54,6 +53,7 @@ export default async function GroupPage({ reimbursements={reimbursements} participants={group.participants} currency={group.currency} + groupId={groupId} /> -- cgit v1.3